Skip to content

Add Kafka KRaft mode support with Conduktor and JMX integration #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

simplesteph
Copy link
Contributor

@simplesteph simplesteph commented May 20, 2025

Just getting this warning message about metrics, any idea how to configure / check Conduktor to fix this and have the metrics properly enabled? Through env variables or configs within Conduktor. Thanks!

image

CDK_CLUSTERS_0_COLOR: "#0013E7"
CDK_CLUSTERS_0_BOOTSTRAPSERVERS: "PLAINTEXT://kafka1:19092"
# CONSOLE_JAVA_OPTS: "-XX:UseSVE=0"
CDK_CLUSTERS_0_JMXPORT: "9999"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 JMX props are not being used by Conduktor (either not exposed by the provider or in production).

This visual warning means no monitoring solution were found (which is not expected as creating a poor user experience as we show many graphs). As you can see in the official get-started, we add a "cortex" container (a prometheus basically, to hold the monitoring metrics and be able to query it) https://releases.conduktor.io/quick-start
Adding the container in this docker file would remove the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants